home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / File class library / ISLE definitions / Cosmetics.h next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  400 b   |  18 lines  |  [TEXT/KAHL]

  1. /*
  2.  
  3.   Cosmetics.h
  4.   
  5.      Some frivolous things.
  6.  
  7.   October 22, 1991  isl
  8.   
  9. */
  10.  
  11. #define    _H_Cosmetics                            //    Include this file only once
  12.  
  13.  
  14. #define    Begin        {                                    //    Fond memories of Pascal...
  15. #define    End            }                                    //    ...come to an end
  16. #define    Null        0L                                //    A very long zero
  17. #define    True        (1==1)                        //    Always true in this universe
  18. #define    False        (1==0)                        //    Always false in this universe